home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Ultra Defrag 2 / ultradefrag-2.0.0.bin.i386.exe / doc / udefrag.css < prev   
Cascading Style Sheet File  |  2008-10-22  |  632b  |  48 lines

  1. body {
  2.     color: rgb(0, 0, 0);
  3.     background-color: rgb(240, 240, 255);
  4.     font-family: Times New Roman;
  5.     font-size: 12pt;
  6. }
  7.  
  8. p {
  9.     /*padding-left:10pt;*/
  10.     /*text-indent:10pt;*/
  11. }
  12.  
  13. /* for paragraphs and other blocks */
  14. .p0 {
  15.     /*padding-left:10pt;*/
  16.     text-indent:0pt;
  17. }
  18.  
  19. a:link {
  20.     color: #0000ff;
  21. }
  22.  
  23. a:visited {
  24.     color: #660099;
  25. }
  26.  
  27. #links {
  28.     padding-left: 0pt;
  29.     text-indent: 0pt;
  30.     text-align: center;
  31. }
  32.  
  33. .header2 {
  34.     font-variant: small-caps;
  35.     text-align: center;
  36. }
  37.  
  38. .code {
  39.     font-family: monospace;
  40.     font-size: 10pt;
  41.     font-weight: bold;
  42. }
  43.  
  44. .lcode{
  45.     font-family: monospace;
  46.     font-size: 10pt;
  47. }
  48.